home *** CD-ROM | disk | FTP | other *** search
- <?
- include ("../lib/config/global_config.php3");
- ?>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
- <html>
- <meta http-equiv="content-type" content="text/html; charset=ISO-8859-2">
- <head>
- <title><?echo$global_title?></title>
- <link rel="stylesheet" href="../main.css">
- </head>
- <body>
- <table width="100%" height="90%" border="0">
- <tr>
- <td valign="middle" align="center">
- <font>
- <b>Thanks for registering, <?echo $firstname;?>.</b><br><br>
- The next draw of a scooter will be on 31.03.2000,<br>
- the next draw of a smart will be on 31.09.2000
- <br><br>
- We will notify you should you be a lucky winner.
- <br><br>
- <a href="javascript:closeMe();"><img src="gfx/close.gif" width=50 height=23 alt="" border="0"></a>
- </font>
- </td>
- </tr>
- </table>
- <script language="Javascript">
-
- function closeMe()
- {
- top.opener.top.oben.location.href = "../top2.php3?version=<?echo $version?>&headline=2";
- top.opener.top.navi.location.href = "navi.asp?version=<?echo $version?>";
- top.opener.top.content.location.href = "getclever.php3?version=<?echo $version?>";
- self.close();
- }
- </script>
- <img src="/cgi-bin/ivw/CP<? echo $PHP_SELF;?>" width=1 height=1>
- </body>
- </html>
-